home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / etc / apparmor.d / abstractions / php5 < prev    next >
Text File  |  2008-10-08  |  866b  |  32 lines

  1. # $Id: php5 559 2007-04-10 23:05:33Z agruen $
  2. # ------------------------------------------------------------------
  3. #
  4. #    Copyright (C) 2002-2006 Novell/SUSE
  5. #
  6. #    This program is free software; you can redistribute it and/or
  7. #    modify it under the terms of version 2 of the GNU General Public
  8. #    License published by the Free Software Foundation.
  9. #
  10. # ------------------------------------------------------------------
  11.  
  12.   # shared snippets for config files
  13.   /etc/php5/conf.d/ r,
  14.   /etc/php5/conf.d/*.ini r,
  15.  
  16.   # fastcgi specific config
  17.   /etc/php5/fastcgi/php.ini r,
  18.  
  19.   # Xlibs
  20.   /usr/X11R6/lib{64,}/lib*.so* mr,
  21.   # php extensions
  22.   /usr/lib{64,}/php5/extensions/*.so mr,
  23.  
  24.   # php5 session mmap socket
  25.   /var/lib/php5/session_mm_* rwl,
  26.   # file based session handler
  27.   /var/lib/php5/sess_* rwl,
  28.  
  29.   # php libraries
  30.   /usr/share/php/ r,
  31.   /usr/share/php/** mr,
  32.